home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / tcp / AutoADT1_21.lha / AutoADT.doc next >
Text File  |  1995-05-14  |  3KB  |  88 lines

  1. Documentation for AutoADT 1.21
  2. ------------------------------
  3.  
  4. This is a program I whipped up specifically for my BBS system.  It was
  5. never intended for public release.  I am releasing it, however, because of
  6. a request by Urban D. Mueller.
  7.  
  8. AutoADT picks up all the new files from Aminet, adds the short description
  9. to the filenote, and places the files in your local Aminet structure.  It
  10. does nothing more, and nothing less.  It has no GUI... heck, it isn't even
  11. compiled.  But it does work for *ME*, and that's what matters.
  12.  
  13. I really don't care what you do with it... But I ask one thing.  Don't put
  14. your name on my work... If change and re-release this thing, keep my name
  15. in it somewhere, and make sure Osma Ahvenlampi and Dan Murrell, Jr. get
  16. credit too!  They wrote the script which I cannabalized to make this one.
  17.  
  18. Please keep in mind that since this program was not written for general
  19. use, it is VERY UNFORGVING of mistakes made by the user.  It has no qualms
  20. about overwriting files that already exist, putting its logs in strange
  21. places, crashing your system, or formatting your hard disks... I suggest
  22. that you be VERY careful when setting up AutoADT, and even take some time
  23. to farmillarize yourself with how my code works.
  24.  
  25. Configuration
  26. -------------
  27.  
  28. At the top of the ARexx program (see what I mean?  I didn't even bother to
  29. use a config file) you'll see the things that you can muck around with in
  30. the program.  It looks sort of like this...
  31.  
  32. /******* user-editable values ******/
  33.  
  34.  
  35. temppath = 'T:'                 /* Where AutoADT will put its temp
  36.                                  * files. */
  37.  
  38. rootpath = 'UDBase0:'           /* The root of yer Aminet tree */
  39.  
  40. badpath =  'UDBase0:NewFiles/'  /* Where unfilable files will go */
  41.  
  42.  /* PATHNAMES ---MUST--- END IN / or : */
  43.  
  44. defhostname = 'ftp.netnet.net'  /* Default Aminet site */
  45.  
  46. logfile = 'LOGS:AutoADT.log'    /* AutoADT's logfile */
  47.  
  48. giveup = 0                      /* Give up after a failed transfer?
  49.                                  * 0 = no, 1 = yes */
  50.  
  51. verbosity = -1                  /* Want to see more of the FTP
  52.                                  * output?  0 = no, 1 = yes. 
  53.                                  * -1 = Show NO FTP output */
  54.  
  55. If you don't understand these, delete the program right now, and just
  56. pretend you never saw it!  You shouldn't be using the program at all,
  57. anyways.  So, there's not much else to setting it up.  You need to have a
  58. local Aminet tree already set up on your system.  That's an important bit.
  59. If you don't, *ALL* the files will go to your bad directory (some sysops
  60. may want this, but I don't).
  61.  
  62. The first time you run AutoADT, it will pick up all the files in the 7-day
  63. RECENT list.  There's nothing you can do about that.
  64.  
  65. Running AutoADT
  66. ---------------
  67.  
  68. It's an ARexx program.  Just launch it with RX.  That's all you need to
  69. worry about.  
  70.  
  71. If AutoADT can't find a directory, you'll see an error message on your
  72. screen... The program will continue working, and the file will go to your
  73. bad-directory.  I couldn't be bothered cleaning it up.  So, if you see
  74. strange errors during the files-run, don't panic.
  75.  
  76. In Closing
  77. ----------
  78.  
  79. Well, I think that's just about it.
  80.  
  81. If you have problems, questions, or suggestions, I'd be quite happy to hear
  82. them.  You can drop me an email at jyergaw@julian.uwo.ca... I'll be sure to
  83. reply.  Actually, leave me an email even if you simply USE my program.  I'm
  84. just interested in knowing how many people I've helped. :)
  85.  
  86.  
  87. --- Dan J. Fraser
  88.